RemoveVirtualAuthenticatorRequest

data class RemoveVirtualAuthenticatorRequest(authenticatorId: AuthenticatorId)

Represents request frame that can be used with WebAuthn#removeVirtualAuthenticator operation call.

Removes the given authenticator.

See also

Constructors

RemoveVirtualAuthenticatorRequest
Link copied to clipboard
fun RemoveVirtualAuthenticatorRequest(authenticatorId: AuthenticatorId)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId

Sources

jvm source
Link copied to clipboard